afuse software package provides automounting file system implemented in user-space using FUSE, you can install in your Debian 7 (Wheezy) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install afuse
afuse is installed in your system.
Make ensure the afuse package were installed using the commands given below,
$ sudo dpkg-query -l | grep afuse *
You will get with afuse package name, version, architecture and description in a table
| Distro | Debian 7 wheezy |
| Section | Utilities |
| Package | afuse |
| Version | 0.2-3+b2 [kfreebsd-amd64, kfre |
| Description | automounting file system implemented in user-space using FUSE |
| Sub Section | Utils |